*, *::before, *::after {
    box-sizing: border-box;
}
body {
    display: block;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 1.3125rem;
    line-height: 1.6;
}
.page__footer {
    color: #ffffff;
    background-color: #110d0d;
    background-image: url("../wsm_img/blackbackground.jpg");
    padding: 50px;
    
}
.social__list{
    list-style: none;
}
.social__icon{
    padding: 10px;;
}
@media screen and (min-width: 800px) {
    .page__footer {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(325px, 1fr));
    }
    
}